home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / pc / enet32.exe / 0 / RCDATA / TNET / TNET.txt < prev   
Text File  |  1996-08-24  |  19KB  |  542 lines

  1. object Net: TNet
  2.   Left = 93
  3.   Top = 168
  4.   BorderStyle = bsSingle
  5.   Caption = 'Internet configuration'
  6.   ClientHeight = 257
  7.   ClientWidth = 549
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object DialPanel: TPanel
  23.     Left = 0
  24.     Top = 39
  25.     Width = 549
  26.     Height = 33
  27.     Align = alTop
  28.     BevelInner = bvLowered
  29.     TabOrder = 0
  30.     object ISPName: TLabel
  31.       Left = 3
  32.       Top = 4
  33.       Width = 537
  34.       Height = 27
  35.       Alignment = taCenter
  36.       AutoSize = False
  37.       Caption = 'ISPName'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clBlack
  40.       Font.Height = -16
  41.       Font.Name = 'Arial'
  42.       Font.Style = [fsBold, fsItalic]
  43.       ParentFont = False
  44.     end
  45.   end
  46.   object IPPanel: TPanel
  47.     Left = 262
  48.     Top = 72
  49.     Width = 287
  50.     Height = 185
  51.     Align = alClient
  52.     BevelInner = bvLowered
  53.     TabOrder = 1
  54.     object Label9: TLabel
  55.       Left = 9
  56.       Top = 113
  57.       Width = 113
  58.       Height = 16
  59.       Caption = 'or fixed IP address'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clBlue
  62.       Font.Height = -13
  63.       Font.Name = 'Arial'
  64.       Font.Style = [fsBold, fsItalic]
  65.       ParentFont = False
  66.     end
  67.     object Label1: TLabel
  68.       Left = 3
  69.       Top = 38
  70.       Width = 276
  71.       Height = 26
  72.       Alignment = taCenter
  73.       AutoSize = False
  74.       Caption = 'ISP Specific configuration'
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clRed
  77.       Font.Height = -16
  78.       Font.Name = 'Arial'
  79.       Font.Style = [fsBold, fsItalic]
  80.       ParentFont = False
  81.     end
  82.     object IPA: TMaskEdit
  83.       Left = 129
  84.       Top = 109
  85.       Width = 31
  86.       Height = 24
  87.       CharCase = ecUpperCase
  88.       Enabled = False
  89.       EditMask = '999;0;_'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clBlack
  92.       Font.Height = -13
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       MaxLength = 3
  96.       ParentFont = False
  97.       TabOrder = 1
  98.     end
  99.     object IPB: TMaskEdit
  100.       Left = 166
  101.       Top = 109
  102.       Width = 31
  103.       Height = 24
  104.       CharCase = ecUpperCase
  105.       Enabled = False
  106.       EditMask = '999;0;_'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clBlack
  109.       Font.Height = -13
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       MaxLength = 3
  113.       ParentFont = False
  114.       TabOrder = 2
  115.     end
  116.     object IPC: TMaskEdit
  117.       Left = 202
  118.       Top = 109
  119.       Width = 31
  120.       Height = 24
  121.       CharCase = ecUpperCase
  122.       Enabled = False
  123.       EditMask = '999;0;_'
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clBlack
  126.       Font.Height = -13
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = []
  129.       MaxLength = 3
  130.       ParentFont = False
  131.       TabOrder = 3
  132.     end
  133.     object IPD: TMaskEdit
  134.       Left = 239
  135.       Top = 109
  136.       Width = 31
  137.       Height = 24
  138.       CharCase = ecUpperCase
  139.       Enabled = False
  140.       EditMask = '999;0;_'
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clBlack
  143.       Font.Height = -13
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = []
  146.       MaxLength = 3
  147.       ParentFont = False
  148.       TabOrder = 4
  149.     end
  150.     object IPCheck: TCheckBox
  151.       Left = 9
  152.       Top = 85
  153.       Width = 141
  154.       Height = 17
  155.       Hint = 'Check this box if your ISP automatically assigns IP address'
  156.       Caption = 'Server assigned IP '
  157.       Font.Charset = DEFAULT_CHARSET
  158.       Font.Color = clGreen
  159.       Font.Height = -13
  160.       Font.Name = 'Arial'
  161.       Font.Style = [fsBold, fsItalic, fsUnderline]
  162.       ParentFont = False
  163.       ParentShowHint = False
  164.       ShowHint = True
  165.       State = cbChecked
  166.       TabOrder = 0
  167.       OnClick = IPCheckClick
  168.     end
  169.   end
  170.   object ISPPanel: TPanel
  171.     Left = 0
  172.     Top = 72
  173.     Width = 262
  174.     Height = 185
  175.     Align = alLeft
  176.     BevelInner = bvLowered
  177.     TabOrder = 2
  178.     object Label14: TLabel
  179.       Left = 54
  180.       Top = 9
  181.       Width = 154
  182.       Height = 16
  183.       Caption = 'Pick the closest location '
  184.       Font.Charset = DEFAULT_CHARSET
  185.       Font.Color = clBlue
  186.       Font.Height = -13
  187.       Font.Name = 'Arial'
  188.       Font.Style = [fsBold, fsItalic, fsUnderline]
  189.       ParentFont = False
  190.     end
  191.     object Label15: TLabel
  192.       Left = 67
  193.       Top = 61
  194.       Width = 128
  195.       Height = 16
  196.       Caption = 'Pick a local number '
  197.       Font.Charset = DEFAULT_CHARSET
  198.       Font.Color = clBlue
  199.       Font.Height = -13
  200.       Font.Name = 'Arial'
  201.       Font.Style = [fsBold, fsItalic, fsUnderline]
  202.       ParentFont = False
  203.     end
  204.     object Comments: TLabel
  205.       Left = 6
  206.       Top = 104
  207.       Width = 249
  208.       Height = 21
  209.       Alignment = taCenter
  210.       AutoSize = False
  211.       Font.Charset = DEFAULT_CHARSET
  212.       Font.Color = clRed
  213.       Font.Height = -12
  214.       Font.Name = 'Arial'
  215.       Font.Style = [fsBold]
  216.       ParentFont = False
  217.     end
  218.     object Label2: TLabel
  219.       Left = 33
  220.       Top = 139
  221.       Width = 182
  222.       Height = 16
  223.       Caption = 'Use non-listed phone number'
  224.       Font.Charset = DEFAULT_CHARSET
  225.       Font.Color = clRed
  226.       Font.Height = -13
  227.       Font.Name = 'Arial'
  228.       Font.Style = [fsBold, fsItalic, fsUnderline]
  229.       ParentFont = False
  230.     end
  231.     object LocsBox: TComboBox
  232.       Left = 34
  233.       Top = 27
  234.       Width = 193
  235.       Height = 21
  236.       Style = csDropDownList
  237.       Font.Charset = DEFAULT_CHARSET
  238.       Font.Color = clBlack
  239.       Font.Height = -11
  240.       Font.Name = 'MS Sans Serif'
  241.       Font.Style = [fsBold]
  242.       ItemHeight = 13
  243.       ParentFont = False
  244.       TabOrder = 0
  245.       OnChange = LocsBoxChange
  246.     end
  247.     object PhonesBox: TComboBox
  248.       Left = 34
  249.       Top = 79
  250.       Width = 193
  251.       Height = 21
  252.       Style = csDropDownList
  253.       Font.Charset = DEFAULT_CHARSET
  254.       Font.Color = clBlack
  255.       Font.Height = -11
  256.       Font.Name = 'MS Sans Serif'
  257.       Font.Style = [fsBold]
  258.       ItemHeight = 13
  259.       ParentFont = False
  260.       TabOrder = 1
  261.       OnChange = PhonesBoxChange
  262.     end
  263.     object OverC: TCheckBox
  264.       Left = 34
  265.       Top = 160
  266.       Width = 17
  267.       Height = 17
  268.       TabOrder = 2
  269.       OnClick = OverCClick
  270.     end
  271.     object OverN: TEdit
  272.       Left = 52
  273.       Top = 158
  274.       Width = 175
  275.       Height = 21
  276.       Enabled = False
  277.       TabOrder = 3
  278.     end
  279.   end
  280.   object ToolBar1: TToolBar
  281.     Left = 0
  282.     Top = 0
  283.     Width = 549
  284.     Height = 39
  285.     ButtonHeight = 36
  286.     ButtonWidth = 108
  287.     Flat = True
  288.     HotImages = ToolHot
  289.     Images = ToolImg
  290.     ShowCaptions = True
  291.     TabOrder = 3
  292.     object Image1: TImage
  293.       Left = 0
  294.       Top = 0
  295.       Width = 174
  296.       Height = 36
  297.       Picture.Data = {<image000.bmp>}
  298.       Stretch = True
  299.     end
  300.     object ToolButton2: TToolButton
  301.       Left = 174
  302.       Top = 0
  303.       Width = 8
  304.       Height = 36
  305.       Caption = 'ToolButton2'
  306.       ImageIndex = 1
  307.       Style = tbsSeparator
  308.     end
  309.     object ToolButton1: TToolButton
  310.       Left = 182
  311.       Top = 0
  312.       Width = 8
  313.       Height = 36
  314.       Caption = 'ToolButton1'
  315.       ImageIndex = 0
  316.       Style = tbsSeparator
  317.     end
  318.     object ToolButton3: TToolButton
  319.       Left = 190
  320.       Top = 0
  321.       Width = 108
  322.       Height = 36
  323.       Hint = 'ToolButton3'
  324.       Caption = 'Update Configuration'
  325.       ImageIndex = 0
  326.       OnClick = DialupBtnClick
  327.     end
  328.     object ToolButton5: TToolButton
  329.       Left = 298
  330.       Top = 0
  331.       Width = 8
  332.       Height = 36
  333.       Caption = 'ToolButton5'
  334.       ImageIndex = 2
  335.       Style = tbsSeparator
  336.     end
  337.     object ToolButton4: TToolButton
  338.       Left = 306
  339.       Top = 0
  340.       Width = 8
  341.       Height = 36
  342.       Caption = 'ToolButton4'
  343.       ImageIndex = 1
  344.       Style = tbsSeparator
  345.     end
  346.     object ToolButton6: TToolButton
  347.       Left = 314
  348.       Top = 0
  349.       Width = 108
  350.       Height = 36
  351.       Hint = 'ToolButton6'
  352.       Caption = 'Help'
  353.       ImageIndex = 1
  354.       OnClick = ToolButton6Click
  355.     end
  356.     object ToolButton7: TToolButton
  357.       Left = 422
  358.       Top = 0
  359.       Width = 8
  360.       Height = 36
  361.       Caption = 'ToolButton7'
  362.       ImageIndex = 2
  363.       Style = tbsSeparator
  364.     end
  365.     object ToolButton8: TToolButton
  366.       Left = 430
  367.       Top = 0
  368.       Width = 8
  369.       Height = 36
  370.       Caption = 'ToolButton8'
  371.       ImageIndex = 3
  372.       Style = tbsSeparator
  373.     end
  374.     object ToolButton9: TToolButton
  375.       Left = 438
  376.       Top = 0
  377.       Width = 108
  378.       Height = 36
  379.       Hint = 'ToolButton9'
  380.       Caption = 'Close'
  381.       ImageIndex = 2
  382.       OnClick = ToolButton9Click
  383.     end
  384.   end
  385.   object ToolImg: TImageList
  386.     Left = 470
  387.     Top = 6
  388.     Bitmap = {
  389.       494C010103000400040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3604
  390.       0000000000003604000028000000400000001000000001000800000000000004
  391.       0000000000000000000000000000000000000000000000008000008000000080
  392.       8000800000008000800080800000C0C0C000C0DCC000F0CAA600000000000000
  393.       0000000000000000000000000000000000000000000000000000000000000000
  394.       0000000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000000000000000000000000
  397.       0000000000000000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000000000000000000000000000
  401.       0000000000000000000000000000000000000000000000000000000000000000
  402.       0000000000000000000000000000000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000000000000000000000000000
  405.       0000000000000000000000000000000000000000000000000000000000000000
  406.       0000000000000000000000000000000000000000000000000000000000000000
  407.       0000000000000000000000000000000000000000000000000000000000000000
  408.       0000000000000000000000000000000000000000000000000000000000000000
  409.       0000000000000000000000000000000000000000000000000000000000000000
  410.       0000000000000000000000000000000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       0000000000000000000000000000000000000000000000000000000000000000
  413.       0000000000000000000000000000000000000000000000000000000000000000
  414.       0000000000000000000000000000000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000000000000000000000000000
  416.       0000000000000000000000000000000000000000000000000000000000000000
  417.       0000000000000000000000000000000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       00000000000000000000F0FBFF00A4A0A000808080000000FF0000FF000000FF
  423.       FF00FF000000FF00FF00FFFF0000FFFFFF0000F800F8F8F80000000000000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       0000FCFCFCFCFCFCFCFFFFFFFFFDFDFDFFFF07F800F800000000000000F800F8
  426.       00000000000000FFF8F9F8FF0000000000000000000101010101010101010000
  427.       0000FCFCFCFCFCFCFCFCFCFCFCFFFFFFFFFD0000F8F80000000000000000F800
  428.       0000000000FBFFFBF9F9F9FBFFFB000000000000000101010101010101010000
  429.       0000FFFFFFFFFCFCFCFCFCFCFCFCFCFCFCFF0707F80000F80000000000F80000
  430.       F8F80000FBFFFBFFF8F9F8FFFBFFFB0000000000000101010101010101010000
  431.       0000FFFFFFFFFCFCFCFCFCFCFCFCFCFCFCFCF8000000F80000000000000000F8
  432.       F80000FBFFFBFFFBFFFBFFFBFFFBFFFB00000000000101010101010101010000
  433.       0000FDFDFDFDFFFFFFFFFCFCFCFCFCFCFCFCF80000F800F80000000000000007
  434.       00F800FFFBFFFBFFFBF9FBFFFBFFFBFF00000000000101010101010101010000
  435.       0000FDFFFFFFFDFDFDFDFFFFFFFFFCFCFCFC0000000000000000000000F8F807
  436.       0007FFFBFFFBFFFBFFF9F8FBFFFBFFFBFF000000000101010101010101010000
  437.       0000FFFDFDFDFDFFFFFFFDFDFDFDFFFFFFFF0000000000000000000000000007
  438.       00F8FBFFFBFFFBFFFBF9F9FFFBFFFBFFFB0000000001010101010101FB010000
  439.       0000FFFFFFFFFFFFFFFFFFFDFDFDFFFFFFFF00F80000F80000F800F8000000F8
  440.       0700FFFBFFFBFFFBFFFBF9F9FFFBFFFBFF000000000101010101010101010000
  441.       0000FFFFFFFFFFFFFFFFFFFFFFFFFFFDFDFDF8000000F8000000F80000F80000
  442.       F807FBFFFBFFF8F8FBFFF8F9F9FFFBFFFB000000000101010101010101010000
  443.       0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000F8F8F8F8F80000F80000F800
  444.       0000FFFBFFFBF9F9FFFBF8F9F9FBFFFBFF000000000101FEFEFEFEFE01010000
  445.       0000FFFFFDFDFDFDFFFFFFFFFFFFFFFFFFFF00F8F8000000F8F8000000F800F8
  446.       000000FFFBFFF9F9F8FFF8F9F9FFFBFF00000000000101FEFEFEFEFE01010000
  447.       0000FDFDFFFFFFFFFDFDFDFDFFFFFFFFFFFF000700F8F8F800F8000000000000
  448.       000000FBFFFBFFF9F9F9F9F9FFFBFFFB00000000000101FEFEFEFEFE01010000
  449.       0000FCFCFDFDFDFDFFFFFFFFFDFDFDFDFFFFF807000700F800F8F8F800000000
  450.       00000000FBFFFBFFF9F9F9FFFBFFFB0000000000000101010101010101010000
  451.       0000FFFF0000000000000000000000FFFFFF000700F807F800F8000000000000
  452.       0000000000FBFFFBFFFBFFFBFFFB000000000000000101010101010101010000
  453.       0000FFFF0001010101010101010100FFFFFF00F807000000F8F8000000000000
  454.       00000000000000FFFBFFFBFF0000000000000000000000000000000000000000
  455.       0000FFFF0001010101010101010100FFFFFF424D3E000000000000003E000000
  456.       2800000040000000100000000100010000000000800000000000000000000000
  457.       000000000000000000000000FFFFFF0081FEFFFFC007800001E2F83FC0070000
  458.       07E0E00FC007FFFF03E0C007C00700FF03F08003C007000023C08003C0070080
  459.       3FC00001C0078000E3C00001C007000022300001C007FFFF00200001C00700FF
  460.       00200001C007000000628003C0070000001E8003C0070000001FC007C0070000
  461.       001FE00FC0070000007FF83FC0070000}
  462.   end
  463.   object ToolHot: TImageList
  464.     Left = 504
  465.     Top = 6
  466.     Bitmap = {
  467.       494C010103000400040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3604
  468.       0000000000003604000028000000400000001000000001000800000000000004
  469.       0000000000000000000000000000000000000000000000008000008000000080
  470.       8000800000008000800080800000C0C0C000C0DCC000F0CAA600000000000000
  471.       0000000000000000000000000000000000000000000000000000000000000000
  472.       0000000000000000000000000000000000000000000000000000000000000000
  473.       0000000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       0000000000000000000000000000000000000000000000000000000000000000
  478.       0000000000000000000000000000000000000000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       00000000000000000000F0FBFF00A4A0A000808080000000FF0000FF000000FF
  501.       FF00FF000000FF00FF00FFFF0000FFFFFF0000F800F8F8F80000000000000000
  502.       00000000000000FCFCFCFCFC0000000000000000000000000000000000000000
  503.       0000F9F9F9F9F9F9FFFFFFFFFBFBFBFFFFFF07F800F800000000000000F800F8
  504.       0000FCFCFCFCFCFC070007FCFCFCFCFCFC0000000001FBFBFBFBFBFBFBFB0000
  505.       0000F9F9F9F9F9F9F9F9F9F9FFFFFFFFFBFB0000F8F80000000000000000F800
  506.       000000000707070700F800070707070000000000000101FBFBFBFBFBFBFB0000
  507.       0000F9F9F9FFFFFFFBFBFBFBF9F9F9F9F9F90707F80000F80000000000F80000
  508.       F8F800FF00F8F800FFF8FF00F8F800FF0000000000010101FBFBFBFBFBFB0000
  509.       0000F9F9F9F9F9F9F9FFFFFFFBFBFBFBF9F9F8000000F80000000000000000F8
  510.       F800F800FFFFFFFFFFF8FFFFFFFFFF00F80000000001010100FBFBFBFBFB0000
  511.       0000FBFBFBF9F9F9F9F9F9F9F9FFFFFFFBFBF80000F800F80000000000000007
  512.       00F8F800FFFFFFFBF9F9FFFBFFFFFF00F80000000001010100FBFBFBFBFB0000
  513.       0000FFFFFFFBFBFBFBF9F9F9F9F9F9F9F9FF0000000000000000000000F8F807
  514.       00070000FFFFFBFFF9F9FBFFFBFFFF00000000000001010100FBFBFBFBFB0000
  515.       0000FFFFFFFFFBFBFBFFFFFFFFF9F9F9F9F90000000000000000000000000007
  516.       00F800F800FBFFFBFFF8FFFBFFFB00F8000000000001010100FBFBFBFBFB0000
  517.       0000FCFCFCFC0707070707FCFCFCFCFCFCFC00F80000F80000F800F8000000F8
  518.       070000F800FFFBFFF907FBFFFBFF00F8000000000001010100FBFBFBFBFB0000
  519.       0000FCFC07070707FCFCFCFCFCFCFCFCFCFCF8000000F8000000F80000F80000
  520.       F80700FB00FBFFFBF9F900FBFFFB0000000000000001010100FBFBFBFBFB0000
  521.       000007070707FCFCFCFCFCFC0707070707070000F8F8F8F8F80000F80000F800
  522.       000000FFFB000000FBF9F9000000FB000000000000010101FB00FBFBFBFB0000
  523.       000007FCFCFCFCFCFCFCFCFCFCFCFCFCFC0700F8F8000000F8F8000000F800F8
  524.       000000FBFFFBFFFBFFFBF9F9FFFBFF00000000000001010100FBFBFBFBFB0000
  525.       00000000FBFFFFFFFFFC0000000000000000000700F8F8F800F8000000000000
  526.       000000FFFBFFF9F9FBFFF9F9FBFFFB00000000000001010100FBFBFBFBFB0000
  527.       00000000FBFFFFFFFFFC0000000000000000F807000700F800F8F8F800000000
  528.       00000000FFFBF9F9FFFBF9F9FFFB0000000000000001FE0100FBFBFBFBFB0000
  529.       0000FFFF0000000000000000000000FFFFFF000700F807F800F8000000000000
  530.       0000000000FFFBF9F9F9F9FFFB000000000000000001FEFE00FBFBFBFBFB0000
  531.       0000FFFF0001010100FBFBFBFBFB00FFFFFF00F807000000F8F8000000000000
  532.       000000000000FFFBFFFBFFFB0000000000000000000000000000000000000000
  533.       0000FFFF0001010100FBFBFBFBFB00FFFFFF424D3E000000000000003E000000
  534.       2800000040000000100000000100010000000000800000000000000000000000
  535.       000000000000000000000000FFFFFF0081FEF83FC007000001E20001C0070000
  536.       07E00001C007FFFF03E00001C00700FF03F00001C00700FF23C00001C007FFFF
  537.       3FC08003C00700FFE3C08003C007000022308003C007FFFF00208007C00700FF
  538.       00208007C007000000628007C0070000001E8007C0070000001FC00FC0070000
  539.       001FE01FC0070000007FF03FC0070000}
  540.   end
  541. end
  542.